DIESSEL Blending Controller Communication Driver

 

DIESSEL Blending Controller Communication Driver is the driver to communicate with DIESSEL 3-Components in-line Blending System controller of DIESSEL in Germany.

 

1. Read settings

 

<Figure 1> is read setting example of  DIESSEL Blending Controller communication driver. 

<Figure 1>  Read setting example of  DIESSEL Blending Controller communication driver

Device part of  <Figure 1> input Com Port(COM1), Baud Rate(2400), Parity Bit(2), Data Bit(8), Stop Bit(1) respectively, according to setting of controller.

Also you can set 'write after waiting time'( msec unit, 1 = 1/1000 second) by using option part.

 

DIESSEL Blending Controller communication driver¡¯s read schedule 

Read schedule setting parameters are as follows:

1) Station – Controller station number = 0 ~ 9.

2) Read Command – Don't care.

3) Read Start Address Don't care.

4) Save start address for Communication Server – Saving start address of Communication Server.

5) Read Size – fixed to 1. ( Refer to <Table 1> )

 

Read schedule example) 

READ,     0,      0,     0,    0,   1,

READ,     1,      0,     0,   20,   1,

 

<Table 1> is data saving address and contents of DIESSEL Blending Controller communication driver.

Data Saving Address Contents
Max digit(decimal)
Start Add + 0 flow rate alcohol
5
Start Add + 1 flow rate water
5
Start Add + 2 flow rate additive
5
Start Add + 3 volume alcohol
6
Start Add + 4 volume water
6
Start Add + 5 volume additive
6
Start Add + 6 step additive
4
Start Add + 7 step alcohol out
4
Start Add + 8 actural alcohol out
4
Start Add + 9 error no
1
Start Add + 10 prog no
2
Start Add + 11 step no
2
Start Add + 12 remote
1
<Table 1> Data saving address and contents of DIESSEL Blending Controller communication driver

 

2. Writing settings

You can write the setting value by using write settings.

 

Bit Write

Bit write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             Controller station number = 0 ~ 9.

3)  ADDRESS           Contents of setting value, 0 : clear count, 1 : ack dis, 2 : program no, 3 : step no, 4 : alcohol out, 5 : part of additive, 6 : alcohol in, 7 : preselection quantity,

4)  Extra1                   write command.

S : write setting data,

space or etc  : saves the setting value to memory.

5)  Extra2                   Recipe number = 1 ~ 16.

 

Write example 1)

 Station : 0, Address : 0000, Extra1 : S, Extra2: 1,

The setting parameter shown above is an example of write setting data of number 1 recipe.

 

Word Write

Word write setting parameters are as follows:

1)  PORT                   Port no. (0 ~ 255)

2)  STATION             Controller station number = 0 ~ 9.

3)  ADDRESS           Contents of setting value, 0 : clear count, 1 : ack dis, 2 : program no, 3 : step no, 4 : alcohol out, 5 : part of additive, 6 : alcohol in, 7 : preselection quantity,

4)  Extra1                   write command.

S : write setting data,

space or etc  : saves the setting value to memory.

5)  Extra2                   Recipe number = 1 ~ 16.

 

Write example 1)

Station: 1, Address: 0006  Extra1:  , Extra2 : 1

The setting parameter shown above is an example of saves the setting to memory of 'alcohol in' value, number 1 recipe.

 

Write example 2)

Station: 1, Address: 0000  Extra1: S, Extra2 : 1

The setting parameter shown above is an example of write setting data of number 1 recipe.